Loading Store...
9:41
5G
Featured Products
Our best selling items
Sold Out
Singlet
RM37.00
Sold Out
Sleveless tee
RM37.00
Sold Out
Long Sleeve
RM45.00
Sold Out
Muslimah
RM50.00
Sold Out
Short Sleeve
RM40.00
Featured Collections
Shop All
Browse our complete collection.
BCH RUNNERS
{
// Priority 1: Find the first actual input error border
// Priority 2: Find the first red error text message
let firstError = document.querySelector('.border-red-500, .border-red-400, .text-red-500');
if (firstError) {
firstError.scrollIntoView({
behavior: 'smooth',
block: 'center', // This centers the error in the screen
inline: 'nearest'
});
// Add a quick 'shake' effect so the user sees exactly what failed
firstError.classList.add('animate-shake');
setTimeout(() => firstError.classList.remove('animate-shake'), 1000);
}
});
"
@sync-local-cart.window="localStorage.setItem('cart_38', JSON.stringify($event.detail.cart))"
@clear-local-cart.window="localStorage.removeItem('cart_38')"
>